home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / C++ FAQ Reference 1.0 / C++ FAQ Reference 1.0.rsrc / TEXT_137.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  3.2 KB  |  75 lines

  1. Lots, with more just about every other week.  Here are a few in no particular order (comments are my own):
  2.  
  3. 'The C++ Programming Language, second edition', Stroustrup, Addison/Wesley
  4.     A rich, in-depth intro text; covers rudiments of OOD as well as OOP
  5.     ISBN 0-201-12078-X
  6. 'A C++ Primer, 2nd edition', Lippman, Addison/Wesley
  7.     1st ed. considered std intro-C++ text; does not assume C; has some OOD
  8.     ISBN 0-201-54848-8
  9. 'Annotated C++ Reference Manual', Ellis and Stroustrup, Addison/Wesley
  10.     Heavy reading; definitely not for beginners; gives *ALL* the details.
  11.     ISBN 0-201-51459-1
  12. 'Advanced C++ Programming Styles and Idioms', Coplien, Addison-Wesley, 1992
  13.     ref-counting, wrappers, functionoids, 'Self'/'Smalltalk' styles, etc
  14.     ISBN 0-201-54855-0
  15. 'A C++ Toolkit', Shapiro, Prentice Hall
  16.     Provides many small stand-alone classes; code is publically usable
  17.     ISBN 0-13-127663-8
  18. 'Mastering C++', Horstmann, Wiley
  19.     Wiley hasn't sent me one to review yet, but I hear it's great
  20. 'Teach Yourself C++', Stevens, MIS Press
  21.     An easy-to-read short book for C++ beginners
  22.     ISBN 1-558-28027-8
  23. 'A C++ Primer, first edition', Lippman, Addison/Wesley
  24.     Slightly out-of-date; solidly reference quality wrt the language proper
  25.     ISBN 0-201-16487-6
  26. 'Programming in C++', Dewhurst and Stark, Prentice Hall
  27.     How-to-use C++, shows many idioms of the language
  28. 'Using C++', Eckel, McGraw-Hill
  29.     Shows some of the ways C++ can be used as a better C; MS-DOS
  30. 'Data Abstraction and OO Programming in C++', Gorlen/Orlow/Plexico, Wiley
  31.     Describes how to use NIHCL (see question on 'NIHCL')
  32.     ISBN 0-471-92346-X
  33. 'An Intro to OO Programming', Tim Budd, Addison-Wesley, 1991
  34.     Covers OOP in general; compares/contrasts several OOPLs including C++
  35.     ISBN 0-201-54709-0
  36. 'Object-Oriented Design with Applications', Grady Booch, Benjamin/Cummings,1991
  37.     Excellent 1st book on OO design; read on Classification and Abstraction
  38.     ISBN 0-8053-0091-0
  39. 'Object-Orientation: Concepts, Languages, Databases, User interfaces',
  40.     Khoshafian and Abnous, J.Wiley, 1990
  41.     ISBN 0-471-51801-8
  42. 'The Waite Group's C++ Programming', Berry
  43. 'An Introduction to Object-Oriented Programming and C++', Weiner & Pinson, A/W
  44. 'Object-Oriented Program Design with Examples in C++', Mullin, Addison-Wesley
  45. 'Hands-on C++ Programming', Isaac and Miller, Addison-Wesley
  46. 'C++ for C Programmers', Pohl, Benjamin/Cummings
  47. 'The C++ Programming Language, first edition', Stroustrup, Addison/Wesley
  48.     Out of date but a classic; get it to find out where the language 'was'
  49.     ISBN 0-201-12078-X
  50. 'The C++ Answer Book', Hansen, Addison/Wesley
  51.     Answers to the exercises in Stroustrup's first ed; solid 'how-to' text
  52.     ISBN 0-201-11497-6
  53. 'Turbo C++ DiskTutor', Greg Voss and Paul Chui, McGraw-Hill
  54.     ISBN 0-07-881526-6
  55. 'Object-Oriented Software Construction', Meyer, Prentice Hall
  56.     Chaps 1-4 are about OOP in general; the rest is about Eiffel language
  57.     ISBN 0-13-629049-3
  58.  
  59. Conference proceedings:
  60.     Proceedings of the 'OOPSLA' conferences
  61.     Proceedings of the 'C++ At Work' conferences
  62.     Proceedings of the 'USENIX C++' conferences
  63.  
  64. Periodicals:
  65.     The C++ Report
  66.     Journal of Object-Oriented Programming
  67.     Journal of C++
  68.     the working papers of the ANSI-C++ committee
  69.  
  70. Usenix newsgroups and mailing lists:
  71.     comp.lang.c++
  72.     comp.std.c++
  73.     comp.object
  74.     BIX
  75.     Turbo-C++ mailing list